type net/http/pprof.handler

6 uses

	net/http/pprof (current package)
		pprof.go#L226: 	return handler(name)
		pprof.go#L229: type handler string
		pprof.go#L231: func (name handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
		pprof.go#L256: func (name handler) serveDeltaProfile(w http.ResponseWriter, r *http.Request, p *pprof.Profile, secStr string) {
		pprof.go#L335: var profileSupportsDelta = map[handler]bool{
		pprof.go#L371: 			handler(name).ServeHTTP(w, r)